home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / phase5 / ppcrelease / examples / trap.elf.dump < prev    next >
Text File  |  1998-02-21  |  1KB  |  39 lines

  1.  
  2. Trap.elf:     file format elf32-powerpc
  3. Trap.elf
  4. architecture: powerpc:common, flags 0x00000010:
  5. HAS_SYMS
  6. start address 0x00000000
  7.  
  8. Sections:
  9. Idx Name          Size      VMA       LMA       File off  Algn
  10.   0 .text         00000014  00000000  00000000  00000034  2**2
  11.                   CONTENTS, ALLOC, LOAD, READONLY, CODE
  12.   1 .data         00000000  00000000  00000000  00000048  2**0
  13.                   CONTENTS, ALLOC, LOAD, DATA
  14.   2 .bss          00000000  00000000  00000000  00000048  2**0
  15.                   ALLOC
  16.   3 .comment      00000014  00000000  00000000  00000048  2**0
  17.                   CONTENTS, READONLY
  18. SYMBOL TABLE:
  19. 00000000 l    d  .text    00000000 
  20. 00000000 l    d  .data    00000000 
  21. 00000000 l    d  .bss    00000000 
  22. 00000000 l    d  .comment    00000000 
  23. 00000000 l    d  *ABS*    00000000 
  24. 00000000 l    d  *ABS*    00000000 
  25. 00000000 l    d  *ABS*    00000000 
  26. 00000000 l    df *ABS*    00000000 Trap.c
  27. 00000000 l     O .text    00000000 gcc2_compiled.
  28. 00000004 g     F .text    00000010 main
  29.  
  30.  
  31. Disassembly of section .text:
  32. 00000000 <gcc2_compiled.> .long 0x4008
  33. main():
  34. 00000004 <main> stwu    r1,-16(r1)
  35. 00000008 <main+4> trap
  36. 0000000c <main+8> addi    r1,r1,16
  37. 00000010 <main+c> blr
  38. Disassembly of section .data:
  39.